home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 1.2 KB | 48 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: DOSMake.bmk
- # Release Version: $ 1.0d1 $
- #
- # Creation Date: 3/28/94
- #
- # Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- #
- #========================================================================================
- __ComponentName = FWTaskG
-
- __IncludeDirs = \
- -I$(OPF)\Found\FWCommon\Include \
- -I$(OPF)\Found\FWTaskG\Include
-
- __ComponentLibs= \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\crtldll.lib \
- $(BEDBORLANDDIR)\Lib\import.lib \
- !endif
- !ifdef _BEDWIN32S
- Kernel32.LIB \
- !endif
- $(_BEDLIBDIR)\FWCommon
-
- __ComponentObjects = \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\C0DL.obj \
- !endif
- $(_BEDTARGETOBJECTSDIR)\FWPriTas.obj \
- !ifndef _BEDWIN32S
- $(_BEDTARGETOBJECTSDIR)\FWLookup.obj \
- !endif
- $(_BEDTARGETOBJECTSDIR)\FWLibMai.obj \
- $(_BEDTARGETOBJECTSDIR)\FWep.obj
-
- __ComponentResources =
-
- #####################################################################################
- # Dependencies
- #####################################################################################
- !ifndef _BEDWIN32S
- $(_BEDTARGETOBJECTSDIR)\FWLookup.obj :
- copy $(_BEDTARGETDIR)\Sources\FWLookup.obj $(_BEDTARGETOBJECTSDIR)
- !endif
-
-